home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / tform1 / unit1.dfm / unit1.txt
Text File  |  1996-04-08  |  1KB  |  64 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'TForm1 = Class(TForm0)'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 80
  17.     Width = 169
  18.     Height = 25
  19.     AutoSize = False
  20.     Caption = 'Label1 of TForm1'
  21.   end
  22.   object Button1: TButton
  23.     Left = 200
  24.     Top = 72
  25.     Width = 153
  26.     Height = 33
  27.     Caption = 'Button1 of TForm1'
  28.     TabOrder = 0
  29.     OnMouseDown = Button1MouseDown
  30.     OnMouseUp = Button1MouseUp
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 16
  34.     Top = 104
  35.     Width = 161
  36.     Height = 24
  37.     TabOrder = 1
  38.     Text = ' Edit1 of TForm1'
  39.   end
  40.   object Dummy_Panel: TPanel
  41.     Left = 208
  42.     Top = 184
  43.     Width = 185
  44.     Height = 73
  45.     Enabled = False
  46.     Caption = 'Dummy_Panel'
  47.     TabOrder = 2
  48.     Visible = False
  49.     object Dummy_Speedbutton: TSpeedButton
  50.       Left = 0
  51.       Top = 0
  52.       Width = 145
  53.       Height = 25
  54.       Caption = 'Dummy_Speedbutton'
  55.     end
  56.     object Dummy_Bevel: TBevel
  57.       Left = 8
  58.       Top = 48
  59.       Width = 145
  60.       Height = 17
  61.     end
  62.   end
  63. end
  64.